stylecontext: Don't do unnecessary workarounds
authorBenjamin Otte <otte@redhat.com>
Wed, 21 Jan 2015 01:16:44 +0000 (02:16 +0100)
committerBenjamin Otte <otte@redhat.com>
Wed, 21 Jan 2015 01:16:44 +0000 (02:16 +0100)
commit610f7e8f70ce165e04a4cdc3fd20b560f500b925
tree4f3141956efa6d1a3db27ca201596972b4ca457a
parent8836a0d6ce554164e4f513bbf0c0743f629af8e0
stylecontext: Don't do unnecessary workarounds

when calling get_padding/border/margin, there is no need to go through
the fallback API.

This is a huge speedup for certain benchmarks.
gtk/gtkstylecontext.c